body{
	background: url(all_bj.jpg) top center no-repeat;
}
.top{
	height: 224px;
	padding-top: 70px;
}
.top a{
	display: block; 
	float: left;
}
.top a img{
	display: block;
/* 	width: 218px; */
}
.top a.logo_txt{
	padding-top: 130px;
	display: block;
	float: right;
	padding-right: 0;
}
.top a.logo_txt img{
	display: block;
	width: 300px;
}
.nav{
	background: #02468F;
	height: 40px;
}
.nav ul li{
	float: left;
	color: white;
	line-height: 40px;
	font-size: 18px;
	width: 110px;
	text-align: center;
}
.nav ul li a{
	line-height: 36px;
	font-size: 18px;
	color: white;
}
.nav li dl {
	position: absolute;
	display: none;
	background: #02468F;
	text-align: center;
	border-top: none;
	width: 104px;
	z-index: 999;
	font-size: 14px;
	line-height: 36px;
}
.nav li dl dd:hover{
	background: #1161b6;
	
}
.nav li dl dd a{
	color: #white;
	font-size: 14px;
	line-height: 36px;
}
.nav li dl dd:hover a{
	color: #white;
	font-size: 14px;
	line-height: 36px;
}

.nav li dl dd {
	border-top: 1px solid #FFFFFF;
}
.mk_box{
	background: white;
	padding: 14px;
	-webkit-box-shadow:  2px 4px 6px rgba(0,0,0,0.3);
	box-shadow: 2px 4px 6px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}

.mk{
	margin-bottom: 14px;
}
/*banner*/

.banner {
	width: 426px;
	height: 320px;
	position: relative;
}

#slides {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#slides .prev {
	position: absolute;
	top: 173px;
	left: 0px;
	width: 24px;
	height: 43px;
	display: none;
	z-index: 101;
}

.slides_container {
	width: 426px;
	height: 320px;
	overflow: hidden;
	position: relative;
}

.slides_container img {
	width: 426px;
	height: 320px;
}

#slides .next {
	position: absolute;
	top: 173px;
	right: 0px;
	width: 24px;
	height: 43px;
	display: none;
	z-index: 101;
}

.pagination {
	height: 20px;
	width: 70px;
	z-index: 102;
	position: absolute;
	bottom: 3px;
	right: 6px;
	
	z-index: 103;
}

.pagination li {
	float: left;
	text-align: center;
	margin: 0 1px;
}

.pagination li a {
	display: block;
	width: 12px;
	padding-top: 12px;
	border-radius: 50%;
	height: 0px;
	background: rgba(255, 255, 255, .5);
	float: left;
	overflow: hidden;
}

.pagination li.current a {
	background: rgba(255, 255, 255, 1);
}

.caption {
	display: block;
	position: absolute;
	height: 14px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0px;
	width: 426px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-shadow: none;
	text-align: left;
}

/*news*/
.news{
	width: 625px;
	position: relative;
}
.news_tabbox{
	height: 34px;
}
.news_tabbox ul{
	width: 100%;
	height: 34px;
	overflow: hidden;
	border-left: 1px solid #dedede;
}
.news_tabbox ul li{
	float: left;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border-top: 1px solid #dedede;
	width: 88px;
	padding-left: 50px;
	border-right: 1px solid #dedede;
}
.news_tabbox ul li:first-child{
	background: url(icon_04.png) 18px center no-repeat;
}
.news_tabbox ul li:nth-child(2){
	background: url(icon_05.png) 18px center no-repeat;
}
.news_tabbox ul li:nth-child(3){
	background: url(icon_06.png) 18px center no-repeat;
}
.news_tabbox ul li.active{
	color: #02468F;
}
.new_nr{
	padding:7px 10px 6px;
	border: 1px solid #dedede;
}
.new_nr ul li{
	overflow: hidden;
	padding-left: 18px;
	background: url(dot.png) 6px center no-repeat;
}
.new_nr ul li:hover span.txt{
	color: #02468F;
}
.new_nr ul li:hover span.date{
	color: #02468F;
}
.new_nr ul li span.txt{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.new_nr ul li span.date{
	display: block;
	float: right;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
/*jydj*/
.jydj{
	width: 376px;
	position: relative;
	margin-bottom: 16px;
}
.jydj_tit{
	height: 38px;
	border-bottom: 2px solid #02468F;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	padding-left: 20px;
	background: url(mk_tit_icon.png) 10px center no-repeat;	
}
.jydj_list{
	height: 150px;
	padding:10px;
	border: 1px solid #dedede;
	border-top:none;
}
.jydj_list ul li{
	overflow: hidden;
	padding-left: 10px;
	background: url(dot.png) 0 center no-repeat;
}
.jydj_list ul li:hover span.txt{
	color: #02468F;
}
.jydj_list ul li:hover span.date{
	color: #02468F;
}
.jydj_list ul li span.txt{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.jydj_list ul li span.date{
	display: block;
	float: right;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.more{
	font-size: 14px;
	line-height: 38px;
	position: absolute;
	top: 0px;
	right: 6px;
	font-weight: bold;
	color: #02468F;
}
.more a{
	color: #02468F;
}
.sm_img{
	display: block;
	margin-bottom: 10px;
	width: 110px;
	height: 150px;
	float: left;
}
.sm_img img{
	width: 110px;
	height: 150px;
}
.jj{
	float: right;
	font-size: 14px;
	color: #333333;
	display: block;
	width: 134px;
	height: 150px;
	overflow: hidden;
	text-indent: 2em;
	text-align: justify;
	line-height: 22px;
}

.xqfc{
	width: 100%;
	position: relative;
}
.xqfc_tabbox{
	width: 100%;
	height: 34px;
}
.xqfc_tabbox ul{
	width: 100%;
	height: 34px;
	overflow: hidden;
	border: 1px solid #dedede;
}
.xqfc_tabbox ul li{
	float: left;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	
	width: 88px;
	padding-left: 50px;
}
.xqfc_tabbox ul li:first-child{
	background: url(icon_03.png) 18px center no-repeat;
}
.xqfc_list{
	border: 1px solid #dedede;
	overflow: hidden;
	width: 1044px;
	height: 158px;
	padding: 14px;
	border-top:none;
}
.list_box {
	
	position: relative;
	overflow: hidden;
	height: 158px;
	z-index: 9;
}
.list_box ul{
	position: absolute;
	left: 0;
	width: 2000px;
}
.list_box ul li {
	float: left;
	padding-right: 14px;
}
.list_box ul li a{
	display: block;
}
.list_box ul li a img{
	display: block;
	width: 148px;
	height: 132px;
	border: 2px solid #DEDEDE;
}
.list_box ul li a span{
	display: block;
	text-align: center;
}
.left{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 158px;
	width: 60px;
	opacity: 0;
	z-index: 100;
}
.right{
	position: absolute;
	right: 0;
	z-index: 100;
	opacity: 0;
	display: block;
	height: 158px;
	width: 60px;
	top: 44px;
}



.xstd{
	width: 660px;
	position: relative;
}
.xstd_tabbox{
	width: 660px;
	height: 34px;
}
.xstd_tabbox ul{
	width: 660px;
	height: 34px;
	overflow: hidden;
	border: 1px solid #dedede;
}
.xstd_tabbox ul li{
	float: left;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	
	width: 88px;
	padding-left: 50px;
}
.xstd_tabbox ul li:first-child{
	background: url(icon_02.png) 18px center no-repeat;
}
.xstd_list{
	border: 1px solid #dedede;
	overflow: hidden;
	width: 640px;
	padding: 10px;
	border-top:none;
}

.xstd_list ul{
	width: 390px;
}
.xstd_list ul li{
	overflow: hidden;
	padding-left: 10px;
	background: url(dot.png) 0 center no-repeat;
}
.xstd_list ul li:hover span.txt{
	color: #02468F;
}
.xstd_list ul li:hover span.date{
	color: #02468F;
}
.xstd_list ul li span.txt{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.xstd_list ul li span.date{
	display: block;
	float: right;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.img{
	margin-right: 10px;
}
.img a{
	display: block;
}
.img a img{
	height: 180px;
	width: 236px;
	display: block;
}

.yhjl{
	width: 388px;
	position: relative;
}
.yhjl_tabbox{
	width: 660px;
	height: 34px;
}
.yhjl_tabbox ul{
	width: 388px;
	height: 34px;
	overflow: hidden;
	border: 1px solid #dedede;
}
.yhjl_tabbox ul li{
	float: left;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	
	width: 88px;
	padding-left: 50px;
}
.yhjl_tabbox ul li:first-child{
	background: url(icon_02.png) 18px center no-repeat;
}
.yhjl_list{
	border: 1px solid #dedede;
	overflow: hidden;
	width: 368px;
	padding: 10px;
	border-top:none;
}

.yhjl_list ul{
	
}
.yhjl_list ul li{
	overflow: hidden;
	padding-left: 10px;
	background: url(dot.png) 0 center no-repeat;
}
.yhjl_list ul li:hover span.txt{
	color: #02468F;
}
.yhjl_list ul li:hover span.date{
	color: #02468F;
}
.yhjl_list ul li span.txt{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.yhjl_list ul li span.date{
	display: block;
	float: right;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

/*友情链接*/
.yqlj{
	background: white;
	border: 1px solid #DEDEDE;
	overflow: hidden;
}
.yqlj_tit{
	width: 16px;
	line-height: 18px;
	height: 78px;
	padding: 0 17px;
	padding-top: 6px;
	float: left;
	background: url(yqlj_tit.png) center center no-repeat;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.left1{
	float: left;
	padding: 26px 18px 0;
	cursor: pointer;
}
.middle{
	padding-top: 9px;
	float: left;
	position: relative;
	background: #F1F1F1;
	overflow: hidden;
	width: 924px;
	height: 56px;
	margin-top: 10px;
}
.middle ul{
	position: absolute;
	top: 10px;
	left: 0;
	width: 999999px;
	height: 56px;
	
}
.middle ul li{
	width: 150px;
	height:46px ;
	float: left;
	padding-left: 10px;
}
.right1{
	padding: 26px 18px 0;
	cursor: pointer;
	float: left;
}

.footer{
	font-size: 14px;
	color: white;
	/* background: url(footer.jpg) top center no-repeat; */
	height: 120px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	overflow: hidden;
	/* background-size: cover; */
	background: #02468F;
}
.footer p.text{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 476px;
	padding-top: 40px;
	padding-bottom: 40px;
	vertical-align: top;
}
.footer .erw{
	display: inline-block;
	overflow: hidden;
	width: 256px;
}
.footer .erw .item{
	float: left;
	width: 100px;
	height: 120px;
	width: 100px;
	margin: 0 14px;
}
.footer .erw .item span{
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.footer .erw .item span img{
	display: block;
	height: 100px;
	width: 100px;
}
/*detailist*/
/*detail_page*/

.detail_btn,
.detail_main {
	min-height: 547px;
}

.detail_btn {
	width: 240px;
	background: #eee6ce;
	height: 549px;
}

.detail_main {
	width: 838px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 0 10px;
}

.btn_tit {
	background: url(btntitbj.jpg) top center no-repeat;
	background-size: cover;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 50px;
	line-height: 50px;
	letter-spacing: 6px;
	margin-bottom: 16px;
}

.btn_box {
	width: 240px;
}

.btn_box ul {
	width: 240px;
}

.btn_box ul li {
	width: 240px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	line-height: 46px;
	overflow: hidden;
	text-align: left;
	cursor: pointer;
	margin-bottom: 10px;
	/* background: url(mk_bj.png) repeat-x bottom ; */
}
.btn_box ul li.active{
	color: #02468F;
}
.btn_box ul li a.tab_txt{
	background: #f5f5f5;
	display: block;
	width: 200px;
	background: url(right_icon.png) 14px center  no-repeat;
	padding-left: 40px;
	border-bottom: 1px solid #999999;
}
.btn_box ul li a.active{
	
	display: block;
	color: #02468F;
	width: 200px;
	padding-left: 40px;
	border-bottom: 1px solid #5b9edd;
}
.btn_box ul li:hover{
	color: #02468F;
	background:none;
}

.bread {
	width:816px;
	height: 50px;
	border-bottom: 1px dashed #666666;
	text-align: right;
	font-size: 14px;
	color: #02468F;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 2px;
	padding-right: 20px;
}

.bread a {
	color: #333333;
}
.bread a.home{
	display: inline-block;
	background: url(../img/home.png) left center no-repeat;
	padding-left: 18px;
}

.bread a:hover {
	color: #02468F;
}

.detail_list {
	padding: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 36px;
}

.detail_list ul.detail_list_box li {
	border-bottom: 1px dashed #888888;
	padding: 0 6px;
}

.detail_list ul li:hover a {
	color: #02468F;
}

.detail_list ul.detail_list_box li a {
	display: block;
	overflow: hidden;
}

.detail_list ul li a .detail_txt {
	float: left;
	display: block;
}

.detail_list ul li a .detail_date {
	float: right;
	display: block;
}
.detail_list ul.img_box ul li{
	width: 220px;
}
.detail_list_img {
	padding: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 36px;
}
.detail_list_img ul.detail_img_box{
	padding-left: 1px;
}
.detail_list_img ul.detail_img_box li{
	width: 252px;
	float: left;
	margin: 0 6px;
	
	overflow: hidden;
	margin-bottom: 10px;
}
.detail_list_img ul.detail_img_box li:hover a{
	color: #0054a4;
}
.detail_list_img ul.detail_img_box li:hover a img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition:all 0.5s;
	width: 252px;
}
.detail_list_img ul.detail_img_box li a span.img_name{
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 26px;
	background: #F0F0F0;
	padding: 6px 0;
}
.detail_list_img ul.detail_img_box li a{
	display: block;
}
.detail_list_img ul.detail_img_box li a span.img_list{
	display: block;
	width: 252px;
	overflow: hidden;
}
.detail_list_img ul.detail_img_box li a span.img_list img{
	display: block;
	width: 252px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition:all 0.5s;
}

.detail{
	padding: 20px;
}
.detail_tit h3{
	padding: 0 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	display: block;
	text-align: center;
	padding-bottom: 6px;
	border-bottom: 1px dashed #999999;
}
.date{
	font-size: 12px;
	color: #666666;
	line-height: 26px;
}
.date span{
	width: 50%;
	float: left;
	display: block;
	text-align: center;
}
.nr{
	font-size: 14px;
	color: #333333;
	line-height: 1.6em;
	padding: 6px 16px;
}
.nr p{
	text-indent: 2em;
	text-align: justify;
}
.nr img{
	display: block;
	margin: 0 auto;
	width: 600px;
}


/*404*/

.sls .text {
	width: 700px;
	margin: 0 auto;
	padding-top: 100px;
}

.sls .text h1 {
	color: #0054a4;
	font-size: 120px;
	line-height: 200px;
	display: block;
	text-align: center;
	width: 300px;
	float: left;
	margin-top: 32px;
}

.sls .text .line {
	float: left;
	margin: 40px;
	background-color: #0054a4;
	width: 2px;
	height: 200px;
}

.sls .text .righta {
	float: right;
	margin-top: 120px;
	margin-right: 10px;
}

.sls .text span {
	width: 300px;
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.sls .text .text1 {
	width: 300px;
}

.sls .text .text1 span {
	float: left;
	display: block;
	width: 187px;
	font-weight: bold;
}

.sls .text .text1 a {
	float: left;
	font-size: 16px;
	display: block;
	width: 80px;
	line-height: 30px;
	color: red;
	font-weight: bold;
}


.btn_box li dl {

	display: none;
	text-align: center;
	border-top: none;
	margin: 0 auto;
	width: 240px;
	font-size: 14px;
	line-height: 36px;
	background: #FFFFFF;
	border-bottom: none;
}
.btn_box li dl dd:hover{
	background: white url(right_icon.png) 40px center no-repeat;
}
.btn_box li dl dd:hover a{
	color: #0054A4;
}

.btn_box li dl dd {
	text-align: left;
	padding-left: 70px;
	border-bottom: 1px solid #5b9edd;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
